home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
dhcp3-client.postrm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-09-23
|
240 b
|
16 lines
#!/bin/sh
set -e
if [ "$1" = "purge" ]; then
# Remove old lease database
rm -f /var/lib/dhcp3/dhclient.*leases*
# Try to remove old directory
if [ -d /var/lib/dhcp3 ]; then
rmdir --ignore-fail-on-non-empty /var/lib/dhcp3/
fi
fi